/* ===================================
    Media Queries
====================================== */

@media (width: 1920px) {
    .mediaIcons {
        display: none;
    }
}

@media (max-width: 1200px) {
    .logoPrinciplate {
        margin-bottom: -6%;
        width: 50%;
    }
    .heading {
        font-size: 40px;
    }
    /*Side Menu*/
    .side-menu {
        width: 50%;
    }
    .container {
        max-width: 100% !important;
    }
}

@media (max-width: 992px) {
    /*header*/
    header .pt-5 {
        padding-top: 0 !important;
    }
    .text-left {
        margin-left: 63%;
    }
    .media-icons {
        display: block !important;
        margin-left: 5%;
    }
    .aboutTwo {
        margin-left: 18%!important;
        margin-bottom: 18px;
    }
    .rightMargin {
        margin-right: 20% !important;
        width: 80% !important;
        font-size: 88% !important;
    }
    .consultitle {
        margin-right: 0%;
    }
    .rightMargin1 {
        margin-right: 14% !important;
        width: 80% !important;
        font-size: 88% !important;
    }
    .createdby {
        white-space: pre;
        color: #fff;
        margin-left: 26%;
        font-size: 90%;
    }
    .infinity {
        width: 6%;
    }
    .infos {
        margin-top: 3%;
        text-align: center;
        margin-bottom: 9%;
    }
    .footer-text {
        color: #fff;
        width: 980px;
        margin-left: 18%;
        min-width: 270px;
        text-align: center;
    }
    header .social-icons {
        float: right;
        margin-bottom: -2%;
        margin-top: 2%;
        position: relative;
    }
    .section-header-about h3 {
        font-size: 33px;
        color: #3590a5;
        line-height: 45px;
        font-weight: 700;
        text-align: center;
        margin-left: 4%
    }
    .mobile-none {
        display: none;
    }
    .ijfRPV {
        margin-left: 30%;
    }
    .ijfRPV::hover {
        margin-left: 30%;
    }
    .text-left2 {
        margin-left: 108px;
    }
    .text-centre {
        text-align: center !important;
    }
    .lastdev {
        padding-top: 2%;
    }
    .servicess {
        margin-right: 0px;
    }
    .carousel img {
        background-size: cover;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }
    .fix-right {
        margin-right: -24%
    }
    .video {
        margin-top: 7%;
        width: 100%;
        margin-right: -5%;
        margin-bottom: 5%;
    }
    .section-header h3 {
        margin-left: 39%;
    }
    .coustm-button {
        margin-left: 33%;
    }
    .button-eng {}
    header .nav-logo .logo {
        float: left;
        padding-left: 20px;
    }
    .sidemenu_btn {
        left: 89%;
        display: inline-block;
        top: -50px;
    }
    .header-appear {
        background-color: #fff;
        height: 70px;
        padding: 0;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }
    .header-appear .sidemenu_btn {
        left: 92%;
        top: 50%;
    }
    .header-appear .logo .logo-scrolled {
        display: none;
    }
    /*Side-Menu*/
    .side-menu {
        width: 100%;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 40px;
    }
    /*Banner Section*/
    .banner-section .img-section .text-section {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .banner-section .img-section .text-section {
        padding: 50px 5px 0 5px;
        text-align: center;
    }
    .banner-section .img-section .text-section .heading {
        font-size: 45px;
    }
    .headericon-lang {
        margin-right: 9%;
        margin-top: -11%;
        width: 10%;
    }
    /*Footer*/
    /*language section*/
    .langMobile {
        position: fixed;
        z-index: 9999999;
        bottom: 0;
        margin-bottom: 10px;
        right: 11%;
        color: #fff;
        border-radius: 5px 5px 0 0;
        display: block;
        overflow: hidden;
    }
    .icon-langMobile {
        width: 47px;
        height: 30px;
    }
    footer .social-icons ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    /*StandAlone Page*/
    .standalone-area .standalone-row {
        margin-bottom: 60px;
    }
    .main-page .standalone-row .row-text {
        padding-left: 0;
        padding-bottom: 40px;
    }
    .standalone-row:nth-child(2) .row-text {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    /*header*/
    .sidemenu_btn {
        display: inline-block;
        left: 0%;
    }
    .header-appear .sidemenu_btn {
        left: 88%;
    }
    .header-appear .logo .logo-scrolled {
        padding-left: 12px;
        width: 29%;
    }
    /*Side Menu*/
    .side-nav .navbar-nav .nav-link {
        font-size: 21px;
    }
    /*Form Section*/
    .form-section .heading {
        font-size: 35px;
    }
    /*Footer*/
    footer .text {
        font-size: 13px;
    }
    /*StandAlone Page*/
    .main-page .standalone-heading .heading {
        font-size: 36px;
    }
    .main-page .standalone-area .heading {
        font-size: 30px;
    }
}